From 90cd7f44f178fc4f7b6a152b79648219c49b196f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tadej=20Borov=C5=A1ak?= Date: Mon, 5 Jul 2010 14:54:10 +0200 Subject: [PATCH] [docs] Minor documentation fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier Jardón --- docs/reference/gtk/gtk-docs.sgml | 2 +- docs/reference/gtk/tmpl/gtkicontheme.sgml | 4 ++-- gtk/gtkimage.h | 3 ++- gtk/gtkstock.c | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 3ffb6c25d7..42b43a9083 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -318,7 +318,7 @@ that is, GUI components such as #GtkButton or #GtkTextView. - + diff --git a/docs/reference/gtk/tmpl/gtkicontheme.sgml b/docs/reference/gtk/tmpl/gtkicontheme.sgml index 07e52dc96f..e18a6ade09 100644 --- a/docs/reference/gtk/tmpl/gtkicontheme.sgml +++ b/docs/reference/gtk/tmpl/gtkicontheme.sgml @@ -19,7 +19,7 @@ their icons, but more additional application themes can be installed as operating system vendors and users choose. -Named icons are similar to the +Named icons are similar to the facility, and the distinction between the two may be a bit confusing. A few things to keep in mind: @@ -27,7 +27,7 @@ A few things to keep in mind: Stock images usually are used in conjunction with -., such as %GTK_STOCK_OK or +., such as %GTK_STOCK_OK or %GTK_STOCK_OPEN. Named icons are easier to set up and therefore are more useful for new icons that an application wants to add, such as application icons or window icons. diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h index 13da499888..eb60306155 100644 --- a/gtk/gtkimage.h +++ b/gtk/gtkimage.h @@ -110,7 +110,8 @@ struct _GtkImageGIconData * @GTK_IMAGE_PIXMAP: the widget contains a #GdkPixmap * @GTK_IMAGE_IMAGE: the widget contains a #GdkImage * @GTK_IMAGE_PIXBUF: the widget contains a #GdkPixbuf - * @GTK_IMAGE_STOCK: the widget contains a stock icon name (see ) + * @GTK_IMAGE_STOCK: the widget contains a stock icon name (see + * ) * @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet * @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation * @GTK_IMAGE_ICON_NAME: the widget contains a named icon. diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c index 2ba74ae2cc..21befac32a 100644 --- a/gtk/gtkstock.c +++ b/gtk/gtkstock.c @@ -51,7 +51,7 @@ Prebuilt common menu/toolbar items and corresponding icons * the user-visible label, keyboard accelerator, and translation domain * of the menu or toolbar item; and/or with an icon stored in a * #GtkIconFactory. See GtkIconFactory for + * linkend="gtk3-Themeable-Stock-Images">GtkIconFactory for * more information on stock icons. The connection between a * #GtkStockItem and stock icons is purely conventional (by virtue of * using the same stock ID); it's possible to register a stock item but -- 2.30.2